home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / amigafax / c / makefile < prev    next >
Encoding:
Makefile  |  1995-05-20  |  288 b   |  14 lines

  1. # Create archive of command files
  2.  
  3.  
  4. PROG = Viewafax newfax Mkafax faa afaxspl afaxsend Afaxprt afaxilbm\
  5.     afax TxED_demo getty FPrint printsymb Fxfx afax.driver faxinfo\
  6.     afax.driver.debug dvifax showlib
  7.  
  8. afaxc.run : afaxc.lha
  9.     lhasfx afaxc.lha
  10.  
  11. afaxc.lha : $(PROG)
  12.     lha u afaxc $(PROG)
  13.  
  14.